entry: use the CSS margin for the progress margin offset
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 30 Jan 2012 22:26:05 +0000 (17:26 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 31 Jan 2012 15:04:27 +0000 (10:04 -0500)
commit8dab59e5c9ceb98391b531c62b8d571e7bae8756
tree9fd4505120d9df2fed3e4be21e8c2f6aa7667838
parent5ec36a015cc15beefd4e1eb4eb1e91c896b60bf1
entry: use the CSS margin for the progress margin offset

The progressbar inside GtkEntry has a progress-border style property,
which is actually the margin of the progressbar inside the GtkEntry
allocation.
Use a CSS margin instead of reading the progress-border property.
gtk/gtkentry.c